From f1073c289feea91b4d7b52f6ba90c2a0c5dbb58d Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 18 Jun 2025 17:00:06 +0200 Subject: [PATCH] chore: prepare for 3.16.6 release Signed-off-by: Matthieu Gallien --- VERSION.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 94abb43f6..8e9ac3772 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -3,10 +3,10 @@ # ------------------------------------ set(MIRALL_VERSION_MAJOR 3) set(MIRALL_VERSION_MINOR 16) -set(MIRALL_VERSION_PATCH 5) +set(MIRALL_VERSION_PATCH 6) set(MIRALL_VERSION_YEAR 2025) set(MIRALL_SOVERSION 0) -set(MIRALL_PREVERSION_HUMAN "3.16.5") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. +set(MIRALL_PREVERSION_HUMAN "3.16.6") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc. set(NCEXT_BUILD_NUM 47) set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM}) -- 2.30.2